#pc-header {
    overflow: visible;
    width: 100%;
    height: 110px;
    box-sizing: border-box;
    z-index: 999999;
    background-color: white;
    backdrop-filter: blur(8px);
    left: 0px;
    top: 0px;
    position: fixed;
    -webkit-backdrop-filter: blur(8px);
    -moz-box-shadow: 0px 0px 21px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 21px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 21px rgba(0,0,0,0.05);
}
#pc-header > .header-top {
    height: 110px;
    box-sizing: border-box;
}
#pc-header > .header-top > .wrapper {
    margin: 0px 5%;
    display: flex;
    height: 110px;
    box-sizing: border-box;
}
#pc-header > .header-top > .wrapper > .left {
    height: 110px;
    width: 20%;
    display: flex;
    display: -webkit-flex;
}
#pc-header > .header-top > .wrapper > .right {
    flex: 1;
}
#pc-header > .header-top > .wrapper > .left > h1 {
    display: block;
    font-size: 20px;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
#pc-header > .header-top h1 img {
    display: block;
    height: 64px;
}
#pc-header > .header-top > .wrapper > .right {
    width: 80%;
    flex: 1;
    height: 110px;
    box-sizing: border-box;
    display: flex;
}
#pc-header > .header-top > .wrapper > .right > ul {
    list-style-type: none;
    color: black;
    flex: 1;
    text-align: right;
}
#pc-header > .header-top > .wrapper > .right > ul > li {
    padding: 0px 40px;
}
#pc-header > .header-top > .wrapper > .right > ul > li a {
    color: black;
    display: block;
    box-sizing: border-box;
    line-height: 110px;
    height: 110px;
    font-size: 18px;
    text-decoration: none;
}
#pc-header > .header-top > .wrapper > .right > ul > li a:hover {
    border-bottom: 3px solid #0069d4;
}
#pc-header > .header-top > .wrapper > .right .t_sch {
    margin-left: 40px;
    float: right;
}
#wh_01_breadcrumb {
    margin-top: 0px;
    border-top: 1px solid #eee;
    padding-top: 0px;
    width: 100%;
    box-sizing: border-box;
}
#wh_01_breadcrumb > .wrap_c {
    margin: 0 0;
}
#wh_01_breadcrumb > .wrap_c > .wh_01_t {
}
#wh_01_breadcrumb > .wrap_c > .wh_01_t h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    font-size: 48px;
    color: #000;
    line-height: 1.75;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    font-weight: bold;
}
#wh_01_breadcrumb > .wrap_c > .wh_01_t h2 > b {
    width: 40px;
    height: 6px;
    display: block;
    overflow: hidden;
    background: #0069d4;
    background-size: 100%;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -20px;
    border-radius: 2.5px;
}
#wh_01_breadcrumb > .wrap_c > .wh_01_c {
    margin: 0;
    width: 100%;
    overflow: visible;
    padding-top: 44px;
    padding-bottom: 170px;
}
#wh_01_breadcrumb > .wrap_c > .wh_01_c > .topic {
    justify-content: space-between;
    text-align: center;
    padding: 0 20px;
    transition: all 1s linear;
    box-sizing: border-box;
}
#wh_01_breadcrumb > .wrap_c > .wh_01_c > .topic:hover{
    background-color: #0069d4;
    transform: translateY(-20px);
    color: white;
}
#wh_01_breadcrumb > .wrap_c > .wh_01_c > .topic > .wh_01c_c {
    box-sizing: border-box;
}
#wh_01_breadcrumb > .wrap_c > .wh_01_c > .topic > .wh_01c_c > .p1 {
    margin-top: 0px;
}
#wh_01_breadcrumb > .wrap_c > .wh_01_c > .topic > .wh_01c_c > .p2 {
    text-align: center;
    font-size: 40px;
    color: #333333;
    line-height: 1.75;
    position: relative;
    padding-bottom: 20px;
    margin-top: 20px;
}
#wh_01_breadcrumb > .wrap_c > .wh_01_c > .topic > .wh_01c_c > .p2 > b {
    width: 40px;
    height: 4px;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    background-color: #0069d4;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -20px;
}
#wh_01_breadcrumb > .wrap_c > .wh_01_c > .topic > .wh_01c_c > .p3 {
    text-align: center;
    font-size: 18px;
    color: #666666;
    line-height: 1.75;
    margin-top: 20px;
}
#wh_01_breadcrumb > .wrap_c > .wh_01_c > .topic > .wh_01c_c > .p2 > b {
    background-color: white;
}
#wh_01_breadcrumb > .wrap_c > .wh_01_c > .topic:hover > .wh_01c_c > .p2 {
    color: white;
}
#wh_01_breadcrumb > .wrap_c > .wh_01_c > .topic:hover > .wh_01c_c > .p3 {
    color: white;
}
#breadcrumb {
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 0px;
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    padding: 20px 0px;
    background-color: white;
    padding-left: 60px;
}
#breadcrumb a {
    text-decoration: none;
    color: black;
}
#wh_01_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">";
}
#header-bottom {
    height: 0px;
    overflow: hidden;
    background-color: white;
    transition: height 0.8s linear;
}
#pc-header .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    top: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
#header-bottom ul {
    position: absolute;
    overflow: hidden;
}
#header-bottom ul li {
    display: inline-block;
    padding: 20px 0;
    transition: 0.8s linear;
    -webkit-transition: 0.8s linear;
    -o-transition: 0.8s linear;
    -moz-transition: 0.8s linear;
    box-sizing: border-box;
}
#header-bottom ul li a {
    font-size: 16px;
    color: #333;
    margin: 0px 20px;
    line-height: 1.75;
}
#main-body {
    margin-top: 110px;
}




#mobile-header {
    background-color: white;
}
#myMobileNav > ul > li a {
    color: black!important;
    text-decoration: none;
}



.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 60px;
    overflow-y: hidden;
    transition: 0.8s;
    background-color: #f7f7f7;
    border-top: 1px solid #e5e5e5;
}
.footer-nav > .nav-1 > li > a {
    color: black;
}
#breadcrumb {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
 	#pc-header  {
    	display: none;
    }
    #mobile-header {
    	display: block;
    }
	#main-body {
	    margin-top: 62px!important;
	}
    #breadcrumb {
        padding-left: 10px;
    }
}

@media screen and (min-width: 992px) {
    #breadcrumb {
        padding-left: 50px;
    }
	#pc-header {
    	display: block;
    }
    #mobile-header {
    	display: none;
    }
    .footer-list {
    	display: block;
    }
    .footer-nav {
    	display: block;
    }
    .footer-list {
		margin-top: 40px;
		height: 174px;
		text-align: center;
	}
	.footer-list > ul {
		list-style-type: none;
	}
	.footer-list > ul > li {
		display: inline-block;
		margin-right: 12px;
	}
	.footer-list > ul > li > img {
		display: block;
		width: 140px;
		height: 140px;
        margin: auto;
	}

}

